PageUsage Enumeration

Represents the type of pages that a page master should generate.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum PageUsage

Members

All0 If there are no header-left or footer-left, the header and footer content is the same for left and right pages.
Left1 The left header or left footer elements are ignored.
Right2 The right: header or right: footer elements are ignored.
Mirrored3 If there are no header-left or footer-left, the header and footer content is the same for left and right pages.
None4 None.

See Also